Class ListIdentityProviderGroupsRequest
Inheritance
System.Object
ListIdentityProviderGroupsRequest
Implements
Namespace: Oci.IdentityService.Requests
Assembly: OCI.DotNetSDK.Identity.dll
Syntax
public class ListIdentityProviderGroupsRequest : object, IOciRequest
Examples
Click here to see an example of how to use ListIdentityProviderGroups request.
Properties
IdentityProviderId
Declaration
public string IdentityProviderId { get; set; }
Property Value
Type | Description |
---|---|
System.String | The OCID of the identity provider. |
Remarks
Required
LifecycleState
Declaration
public System.Nullable<IdentityProvider.LifecycleStateEnum> LifecycleState { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<IdentityProvider.LifecycleStateEnum> | A filter to only return resources that match the given lifecycle state. The state value is case-insensitive. |
Limit
Declaration
public System.Nullable<int> Limit { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The maximum number of items to return in a paginated "List" call. |
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | A filter to only return resources that match the given name exactly. |
Page
Declaration
public string Page { get; set; }
Property Value
Type | Description |
---|---|
System.String | The value of the |