Show / Hide Table of Contents

Class CfnWorkteamPropsMixin.OidcMemberDefinitionProperty

A list of user groups that exist in your OIDC Identity Provider (IdP).

Inheritance
object
CfnWorkteamPropsMixin.OidcMemberDefinitionProperty
Implements
CfnWorkteamPropsMixin.IOidcMemberDefinitionProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.SageMaker
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnWorkteamPropsMixin.OidcMemberDefinitionProperty : CfnWorkteamPropsMixin.IOidcMemberDefinitionProperty
Syntax (vb)
Public Class CfnWorkteamPropsMixin.OidcMemberDefinitionProperty Implements CfnWorkteamPropsMixin.IOidcMemberDefinitionProperty
Remarks

One to ten groups can be used to create a single private work team. When you add a user group to the list of Groups , you can add that user group to one or more private work teams. If you add a user group to a private work team, all workers in that user group are added to the work team.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-workteam-oidcmemberdefinition.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.CfnPropertyMixins.AWS.SageMaker;

             var oidcMemberDefinitionProperty = new OidcMemberDefinitionProperty {
                 OidcGroups = new [] { "oidcGroups" }
             };

Synopsis

Constructors

OidcMemberDefinitionProperty()

A list of user groups that exist in your OIDC Identity Provider (IdP).

Properties

OidcGroups

A list of user groups that exist in your OIDC Identity Provider (IdP).

Constructors

OidcMemberDefinitionProperty()

A list of user groups that exist in your OIDC Identity Provider (IdP).

public OidcMemberDefinitionProperty()
Remarks

One to ten groups can be used to create a single private work team. When you add a user group to the list of Groups , you can add that user group to one or more private work teams. If you add a user group to a private work team, all workers in that user group are added to the work team.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-workteam-oidcmemberdefinition.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.CfnPropertyMixins.AWS.SageMaker;

             var oidcMemberDefinitionProperty = new OidcMemberDefinitionProperty {
                 OidcGroups = new [] { "oidcGroups" }
             };

Properties

OidcGroups

A list of user groups that exist in your OIDC Identity Provider (IdP).

public string[]? OidcGroups { get; set; }
Property Value

string[]

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-workteam-oidcmemberdefinition.html#cfn-sagemaker-workteam-oidcmemberdefinition-oidcgroups

Implements

CfnWorkteamPropsMixin.IOidcMemberDefinitionProperty
Back to top Generated by DocFX