Cloud Dataplex v1 API - Class EntryType.Types.Authorization (2.15.0)

public sealed class EntryType.Types.Authorization : IMessage<EntryType.Types.Authorization>, IEquatable<EntryType.Types.Authorization>, IDeepCloneable<EntryType.Types.Authorization>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Dataplex v1 API class EntryType.Types.Authorization.

Authorization for an Entry Type.

Inheritance

object > EntryType.Types.Authorization

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

Authorization()

public Authorization()

Authorization(Authorization)

public Authorization(EntryType.Types.Authorization other)
Parameter
NameDescription
otherEntryTypeTypesAuthorization

Properties

AlternateUsePermission

public string AlternateUsePermission { get; set; }

Immutable. The IAM permission grantable on the Entry Group to allow access to instantiate Entries of Dataplex owned Entry Types, only settable for Dataplex owned Types.

Property Value
TypeDescription
string