GetAclTokenSecretId
Using GetAclTokenSecretId
function getAclTokenSecretId(args: GetAclTokenSecretIdArgs, opts?: InvokeOptions): Promise<GetAclTokenSecretIdResult>function get_acl_token_secret_id(accessor_id=None, pgp_key=None, opts=None)func GetAclTokenSecretId(ctx *Context, args *GetAclTokenSecretIdArgs, opts ...InvokeOption) (*GetAclTokenSecretIdResult, error)public static class GetAclTokenSecretId {
public static Task<GetAclTokenSecretIdResult> InvokeAsync(GetAclTokenSecretIdArgs args, InvokeOptions? opts = null)
}The following arguments are supported:
- Accessor
Id string The accessor ID of the ACL token.
- Pgp
Key string
- Accessor
Id string The accessor ID of the ACL token.
- Pgp
Key string
- accessor
Id string The accessor ID of the ACL token.
- pgp
Key string
- accessor_
id str The accessor ID of the ACL token.
- pgp_
key str
GetAclTokenSecretId Result
The following output properties are available:
- Accessor
Id string - Encrypted
Secret stringId - Id string
The provider-assigned unique ID for this managed resource.
- Secret
Id string The secret ID of the ACL token if
pgp_keyhas not been set.- Pgp
Key string
- Accessor
Id string - Encrypted
Secret stringId - Id string
The provider-assigned unique ID for this managed resource.
- Secret
Id string The secret ID of the ACL token if
pgp_keyhas not been set.- Pgp
Key string
- accessor
Id string - encrypted
Secret stringId - id string
The provider-assigned unique ID for this managed resource.
- secret
Id string The secret ID of the ACL token if
pgp_keyhas not been set.- pgp
Key string
- accessor_
id str - encrypted_
secret_ strid - id str
The provider-assigned unique ID for this managed resource.
- secret_
id str The secret ID of the ACL token if
pgp_keyhas not been set.- pgp_
key str
Package Details
- Repository
- https://github.com/pulumi/pulumi-consul
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
consulTerraform Provider.