Exemplo n.º 1
0
 /// <summary>
 /// Reads the Role of an Kubernetes from a Vault server. See the [Vault
 /// documentation](https://www.vaultproject.io/api/auth/kubernetes/index.html#read-role) for more
 /// information.
 ///
 /// &gt; This content is derived from https://github.com/terraform-providers/terraform-provider-vault/blob/master/website/docs/d/kubernetes_auth_backend_role.html.markdown.
 /// </summary>
 public static Task <GetAuthBackendRoleResult> GetAuthBackendRole(GetAuthBackendRoleArgs args, InvokeOptions?options = null)
 => Pulumi.Deployment.Instance.InvokeAsync <GetAuthBackendRoleResult>("vault:kubernetes/getAuthBackendRole:getAuthBackendRole", args ?? InvokeArgs.Empty, options.WithVersion());
Exemplo n.º 2
0
 /// <summary>
 /// Reads the Role of an Kubernetes from a Vault server. See the [Vault
 /// documentation](https://www.vaultproject.io/api-docs/auth/kubernetes#read-role) for more
 /// information.
 /// </summary>
 public static Task <GetAuthBackendRoleResult> InvokeAsync(GetAuthBackendRoleArgs args, InvokeOptions?options = null)
 => Pulumi.Deployment.Instance.InvokeAsync <GetAuthBackendRoleResult>("vault:kubernetes/getAuthBackendRole:getAuthBackendRole", args ?? new GetAuthBackendRoleArgs(), options.WithDefaults());