Show / Hide Table of Contents

Class UpdateIdpGroupMappingDetails

Inheritance
object
UpdateIdpGroupMappingDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.IdentityService.Models
Assembly: OCI.DotNetSDK.Identity.dll
Syntax
public class UpdateIdpGroupMappingDetails

Properties

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.

In this article
Back to top