Google Cloud Storage Insights v1 API - Class Identity (1.4.0)

public sealed class Identity : IMessage<Identity>, IEquatable<Identity>, IDeepCloneable<Identity>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Storage Insights v1 API class Identity.

Identity lets the user provide the type of identity to use, and outputs the identity string that can be used for IAM policy changes.

Inheritance

object > Identity

Namespace

Google.Cloud.StorageInsights.V1

Assembly

Google.Cloud.StorageInsights.V1.dll

Constructors

Identity()

public Identity()

Identity(Identity)

public Identity(Identity other)
Parameter
Name Description
other Identity

Properties

Name

public string Name { get; set; }

Output only. Name of the identity.

Property Value
Type Description
string

Type

public Identity.Types.IdentityType Type { get; set; }

Type of identity to use for the datasetConfig.

Property Value
Type Description
IdentityTypesIdentityType