Show / Hide Table of Contents

Class GoogleCloudDataplexV1EntryTypeAuthorization

Authorization for an Entry Type.

Inheritance
object
GoogleCloudDataplexV1EntryTypeAuthorization
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudDataplex.v1.Data
Assembly: Google.Apis.CloudDataplex.v1.dll
Syntax
public class GoogleCloudDataplexV1EntryTypeAuthorization : IDirectResponseSchema

Properties

AlternateUsePermission

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

Declaration
[JsonProperty("alternateUsePermission")]
public virtual string AlternateUsePermission { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX