Class CreateIdpGroupMappingDetails
Inheritance
System.Object
CreateIdpGroupMappingDetails
Namespace: Oci.IdentityService.Models
Assembly: OCI.DotNetSDK.Identity.dll
Syntax
public class CreateIdpGroupMappingDetails : object
Properties
GroupId
Declaration
public string GroupId { get; set; }
Property Value
Type | Description |
---|---|
System.String | The OCID of the IAM Service {@link Group} you want to map to the IdP group. |
Remarks
Required
IdpGroupName
Declaration
public string IdpGroupName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name of the IdP group you want to map. |
Remarks
Required