Show / Hide Table of Contents

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 IdentityProviderGroup.

IdentityProviderId

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

The OCID of the IdentityProvider this group belongs to.

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 IdentityProviderGroup was created, in the format defined by RFC3339.
Example: 2016-08-25T21:10:29.600Z

TimeModified

Declaration
public System.Nullable<System.DateTime> TimeModified { get; set; }
Property Value
Type Description
System.Nullable<System.DateTime>

Date and time the IdentityProviderGroup was last modified, in the format defined by RFC3339.
Example: 2016-08-25T21:10:29.600Z

In This Article
Back to top