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
| Name | Type | Description |
|---|---|---|
properties? | $Properties | Properties to set |
Returns
ServiceAccountNamespaceAssignment & $Properties
ServiceAccountNamespaceAssignment instance
▸ create(properties?): ServiceAccountNamespaceAssignment
Parameters
| Name | Type |
|---|---|
properties? | $Properties |
Returns
ServiceAccountNamespaceAssignment
decode
▸ decode(reader, length?): ServiceAccountNamespaceAssignment & $Properties
Decodes a ServiceAccountNamespaceAssignment message from the specified reader or buffer.
Parameters
| Name | Type | Description |
|---|---|---|
reader | Uint8Array | Reader | Reader or buffer to decode from |
length? | number | Message 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
| Name | Type | Description |
|---|---|---|
reader | Uint8Array | Reader | Reader 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
| Name | Type | Description |
|---|---|---|
message | $Properties | ServiceAccountNamespaceAssignment message or plain object to encode |
writer? | Writer | Writer 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
| Name | Type | Description |
|---|---|---|
message | $Properties | ServiceAccountNamespaceAssignment message or plain object to encode |
writer? | Writer | Writer 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
| Name | Type | Description |
|---|---|---|
object | Object | Plain 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
| Name | Type | Description |
|---|---|---|
message | ServiceAccountNamespaceAssignment | ServiceAccountNamespaceAssignment |
options? | IConversionOptions | Conversion options |
Returns
Object
Plain object