Skip to main content

Class: ServiceAccountNamespaceAssignment

identity.v1.ServiceAccountNamespaceAssignment

Represents a ServiceAccountNamespaceAssignment.

Properties

id

id: string

The ID of the service account.


inheritedAccess

inheritedAccess: boolean

True if the service account has inherited access to the namespace through an account or project role.


name

name: string

The name of the service account.


namespaceAccess

Optional namespaceAccess: null | $Properties

The access assigned to the service account at the namespace level.


resourceVersion

resourceVersion: string

The current resource version of the service account.

Methods

toJSON

toJSON(): Object

Converts this ServiceAccountNamespaceAssignment to JSON.

Returns

Object

JSON object


create

create(properties?): ServiceAccountNamespaceAssignment & $Properties

Creates a new ServiceAccountNamespaceAssignment instance using the specified properties.

Parameters

NameTypeDescription
properties?$PropertiesProperties to set

Returns

ServiceAccountNamespaceAssignment & $Properties

ServiceAccountNamespaceAssignment instance

create(properties?): ServiceAccountNamespaceAssignment

Parameters

NameType
properties?$Properties

Returns

ServiceAccountNamespaceAssignment


decode

decode(reader, length?): ServiceAccountNamespaceAssignment & $Properties

Decodes a ServiceAccountNamespaceAssignment message from the specified reader or buffer.

Parameters

NameTypeDescription
readerUint8Array | ReaderReader or buffer to decode from
length?numberMessage length if known beforehand

Returns

ServiceAccountNamespaceAssignment & $Properties

ServiceAccountNamespaceAssignment

Throws

If the payload is not a reader or valid buffer

Throws

If required fields are missing


decodeDelimited

decodeDelimited(reader): ServiceAccountNamespaceAssignment & $Properties

Decodes a ServiceAccountNamespaceAssignment message from the specified reader or buffer, length delimited.

Parameters

NameTypeDescription
readerUint8Array | ReaderReader or buffer to decode from

Returns

ServiceAccountNamespaceAssignment & $Properties

ServiceAccountNamespaceAssignment

Throws

If the payload is not a reader or valid buffer

Throws

If required fields are missing


encode

encode(message, writer?): Writer

Encodes the specified ServiceAccountNamespaceAssignment message. Does not implicitly temporal.api.cloud.identity.v1.ServiceAccountNamespaceAssignment.verify|verify messages.

Parameters

NameTypeDescription
message$PropertiesServiceAccountNamespaceAssignment message or plain object to encode
writer?WriterWriter to encode to

Returns

Writer

Writer


encodeDelimited

encodeDelimited(message, writer?): Writer

Encodes the specified ServiceAccountNamespaceAssignment message, length delimited. Does not implicitly temporal.api.cloud.identity.v1.ServiceAccountNamespaceAssignment.verify|verify messages.

Parameters

NameTypeDescription
message$PropertiesServiceAccountNamespaceAssignment message or plain object to encode
writer?WriterWriter to encode to

Returns

Writer

Writer


fromObject

fromObject(object): ServiceAccountNamespaceAssignment

Creates a ServiceAccountNamespaceAssignment message from a plain object. Also converts values to their respective internal types.

Parameters

NameTypeDescription
objectObjectPlain object

Returns

ServiceAccountNamespaceAssignment

ServiceAccountNamespaceAssignment


toObject

toObject(message, options?): Object

Creates a plain object from a ServiceAccountNamespaceAssignment message. Also converts values to other types if specified.

Parameters

NameTypeDescription
messageServiceAccountNamespaceAssignmentServiceAccountNamespaceAssignment
options?IConversionOptionsConversion options

Returns

Object

Plain object