Class IdentityProviderGroupSummary
A group created in an identity provider that can be mapped to a group in OCI
Inheritance
System.Object
IdentityProviderGroupSummary
Namespace: Oci.IdentityService.Models
Assembly: OCI.DotNetSDK.Identity.dll
Syntax
public class IdentityProviderGroupSummary : object
Properties
DisplayName
Declaration
public string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
System.String | Display name of the group |
ExternalIdentifier
Declaration
public string ExternalIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | Identifier of the group in the identity provider |
Id
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String | The OCID of the |
IdentityProviderId
Declaration
public string IdentityProviderId { get; set; }
Property Value
Type | Description |
---|---|
System.String | The OCID of the |
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | Display name of the group |
TimeCreated
Declaration
public System.Nullable<System.DateTime> TimeCreated { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | Date and time the |
TimeModified
Declaration
public System.Nullable<System.DateTime> TimeModified { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | Date and time the |