TokenUpdateParameters interface  
The parameters for updating a token.
Properties
| credentials | The credentials that can be used for authenticating the token. | 
| scope | The resource ID of the scope map to which the token will be associated with. | 
| status | The status of the token example enabled or disabled. | 
Property Details
credentials
The credentials that can be used for authenticating the token.
credentials?: TokenCredentialsPropertiesProperty Value
		scopeMapId
	  
	The resource ID of the scope map to which the token will be associated with.
scopeMapId?: stringProperty Value
string
status
The status of the token example enabled or disabled.
status?: stringProperty Value
string