Revoke Credential Permission

Revokes a credential-level permission from a user or role.

Input Parameter Description

NameTypeDescription
namestringName of the user or role from which the permission will be revoked. Must be an existing user or role.
permissionstring

Permission to revoke from the user or role.

Supported ValuesDescription
credential_adminFull read/write and administrative access on the credential.
credential_readAbility to read and use the credential.
credential_namestringName of the credential on which the permission will be revoked. Must be an existing credential, or an empty string to revoke access on all credentials.
optionsmap of string to stringsOptional parameters. The default value is an empty map ( {} ).

Output Parameter Description

NameTypeDescription
namestringValue of input parameter name.
permissionstringValue of input parameter permission.
credential_namestringValue of input parameter credential_name.
infomap of string to stringsAdditional information.