Class: ServiceAccountNamespaceAssignment
identity.v1.ServiceAccountNamespaceAssignment
Represents a ServiceAccountNamespaceAssignment.
Implements
Constructors
constructor
• new ServiceAccountNamespaceAssignment(properties?): ServiceAccountNamespaceAssignment
Constructs a new ServiceAccountNamespaceAssignment.
Parameters
| Name | Type | Description |
|---|---|---|
properties? | IServiceAccountNamespaceAssignment | Properties to set |
Returns
ServiceAccountNamespaceAssignment
Properties
id
• id: string
The ID of the service account.
Implementation of
IServiceAccountNamespaceAssignment.id
inheritedAccess
• inheritedAccess: boolean
True if the service account has inherited access to the namespace through an account or project role.
Implementation of
IServiceAccountNamespaceAssignment.inheritedAccess
name
• name: string
The name of the service account.
Implementation of
IServiceAccountNamespaceAssignment.name
namespaceAccess
• Optional namespaceAccess: null | INamespaceAccess
The access assigned to the service account at the namespace level.
Implementation of
IServiceAccountNamespaceAssignment.namespaceAccess
resourceVersion
• resourceVersion: string
The current resource version of the service account.
Implementation of
IServiceAccountNamespaceAssignment.resourceVersion
Methods
toJSON
▸ toJSON(): Object
Converts this ServiceAccountNamespaceAssignment to JSON.
Returns
Object
JSON object
create
▸ create(properties?): ServiceAccountNamespaceAssignment
Creates a new ServiceAccountNamespaceAssignment instance using the specified properties.
Parameters
| Name | Type | Description |
|---|---|---|
properties? | IServiceAccountNamespaceAssignment | Properties to set |
Returns
ServiceAccountNamespaceAssignment
ServiceAccountNamespaceAssignment instance
decode
▸ decode(reader, length?): ServiceAccountNamespaceAssignment
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
ServiceAccountNamespaceAssignment
Throws
If the payload is not a reader or valid buffer
Throws
If required fields are missing
decodeDelimited
▸ decodeDelimited(reader): ServiceAccountNamespaceAssignment
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
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 | IServiceAccountNamespaceAssignment | 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 | IServiceAccountNamespaceAssignment | 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
getTypeUrl
▸ getTypeUrl(typeUrlPrefix?): string
Gets the default type url for ServiceAccountNamespaceAssignment
Parameters
| Name | Type | Description |
|---|---|---|
typeUrlPrefix? | string | your custom typeUrlPrefix(default "type.googleapis.com") |
Returns
string
The default type url
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