Class CfnWorkteamPropsMixin.OidcMemberDefinitionProperty
A list of user groups that exist in your OIDC Identity Provider (IdP).
Inherited Members
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.
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.
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[]