Class UpdateIdpGroupMappingDetails
Inheritance
System.Object
UpdateIdpGroupMappingDetails
Namespace: Oci.IdentityService.Models
Assembly: OCI.DotNetSDK.Identity.dll
Syntax
public class UpdateIdpGroupMappingDetails : object
Properties
GroupId
Declaration
public string GroupId { get; set; }
Property Value
Type | Description |
---|---|
System.String | The OCID of the group. |
IdpGroupName
Declaration
public string IdpGroupName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The idp group name. |