Class CreateIdpGroupMappingDetails
Inherited Members
Namespace: Oci.IdentityService.Models
Assembly: OCI.DotNetSDK.Identity.dll
Syntax
public class CreateIdpGroupMappingDetails
Properties
GroupId
Declaration
[Required(ErrorMessage = "GroupId is required.")]
[JsonProperty(PropertyName = "groupId")]
public string GroupId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the IAM Service {@link Group} you want to map to the IdP group. |
Remarks
Required
IdpGroupName
Declaration
[Required(ErrorMessage = "IdpGroupName is required.")]
[JsonProperty(PropertyName = "idpGroupName")]
public string IdpGroupName { get; set; }
Property Value
Type | Description |
---|---|
string | The name of the IdP group you want to map. |
Remarks
Required