Show / Hide Table of Contents

Class GetIdpGroupMappingRequest

Inheritance
System.Object
GetIdpGroupMappingRequest
Implements
IOciRequest
Namespace: Oci.IdentityService.Requests
Assembly: OCI.DotNetSDK.Identity.dll
Syntax
public class GetIdpGroupMappingRequest : object, IOciRequest
Examples

Click here to see an example of how to use GetIdpGroupMapping request.

Properties

IdentityProviderId

Declaration
public string IdentityProviderId { get; set; }
Property Value
Type Description
System.String

The OCID of the identity provider.

Remarks

Required

MappingId

Declaration
public string MappingId { get; set; }
Property Value
Type Description
System.String

The OCID of the group mapping.

Remarks

Required

Implements

IOciRequest
In This Article
Back to top