getAclTokenSecretId
Using getAclTokenSecretId
function getAclTokenSecretId(args: GetAclTokenSecretIdArgs, opts?: InvokeOptions): Promise<GetAclTokenSecretIdResult>
def get_acl_token_secret_id(accessor_id: Optional[str] = None, pgp_key: Optional[str] = None, opts: Optional[InvokeOptions] = None) -> GetAclTokenSecretIdResult
func GetAclTokenSecretId(ctx *Context, args *GetAclTokenSecretIdArgs, opts ...InvokeOption) (*GetAclTokenSecretIdResult, error)
Note: This function is named
GetAclTokenSecretId
in the Go SDK.
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_key
has 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_key
has 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_key
has 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_key
has 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
consul
Terraform Provider.