Gkehub_v1Functions

Functions

Link copied to clipboard

Returns the details of a MembershipBinding.

suspend fun getBinding(argument: suspend GetBindingPlainArgsBuilder.() -> Unit): GetBindingResult
suspend fun getBinding(bindingId: String, location: String, membershipId: String, project: String? = null): GetBindingResult
Link copied to clipboard

Gets details of a single Feature.

suspend fun getFeature(argument: suspend GetFeaturePlainArgsBuilder.() -> Unit): GetFeatureResult
suspend fun getFeature(featureId: String, location: String, project: String? = null): GetFeatureResult
Link copied to clipboard

Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.

suspend fun getFeatureIamPolicy(featureId: String, location: String, optionsRequestedPolicyVersion: Int? = null, project: String? = null): GetFeatureIamPolicyResult
Link copied to clipboard

Gets the details of a Membership.

suspend fun getMembership(location: String, membershipId: String, project: String? = null): GetMembershipResult
Link copied to clipboard

Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.

suspend fun getMembershipIamPolicy(location: String, membershipId: String, optionsRequestedPolicyVersion: Int? = null, project: String? = null): GetMembershipIamPolicyResult
Link copied to clipboard
suspend fun getScope(argument: GetScopePlainArgs): GetScopeResult

Returns the details of a Scope.

suspend fun getScope(argument: suspend GetScopePlainArgsBuilder.() -> Unit): GetScopeResult
suspend fun getScope(location: String, project: String? = null, scopeId: String): GetScopeResult