Show / Hide Table of Contents

Interface CfnWorkteamPropsMixin.IOidcMemberDefinitionProperty

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

Namespace: Amazon.CDK.CfnPropertyMixins.AWS.SageMaker
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnWorkteamPropsMixin.IOidcMemberDefinitionProperty
Syntax (vb)
Public Interface 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

Properties

OidcGroups

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).

string[]? OidcGroups { get; }
Property Value

string[]

Remarks

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

Back to top Generated by DocFX