Show / Hide Table of Contents

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.

In This Article
Back to top