Class UpdateIdpGroupMappingDetails
Inherited Members
Namespace: Oci.IdentityService.Models
Assembly: OCI.DotNetSDK.Identity.dll
Syntax
public class UpdateIdpGroupMappingDetailsProperties
GroupId
Declaration
[JsonProperty(PropertyName = "groupId")]
public string GroupId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The OCID of the group. | 
IdpGroupName
Declaration
[JsonProperty(PropertyName = "idpGroupName")]
public string IdpGroupName { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The idp group name. |