com.pulumi.github.TeamSyncGroupMappingArgs Maven / Gradle / Ivy
// *** WARNING: this file was generated by pulumi-java-gen. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
package com.pulumi.github;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import com.pulumi.github.inputs.TeamSyncGroupMappingGroupArgs;
import java.lang.String;
import java.util.List;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
public final class TeamSyncGroupMappingArgs extends com.pulumi.resources.ResourceArgs {
public static final TeamSyncGroupMappingArgs Empty = new TeamSyncGroupMappingArgs();
/**
* An Array of GitHub Identity Provider Groups (or empty []). Each `group` block consists of the fields documented below.
* ***
*
* The `group` block consists of:
*
*/
@Import(name="groups")
private @Nullable Output> groups;
/**
* @return An Array of GitHub Identity Provider Groups (or empty []). Each `group` block consists of the fields documented below.
* ***
*
* The `group` block consists of:
*
*/
public Optional
© 2015 - 2025 Weber Informatics LLC | Privacy Policy