Gkehub_v1Functions
object Gkehub_v1Functions
Functions
Link copied to clipboard
Returns the details of a MembershipBinding.
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(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(argument: suspend GetFeatureIamPolicyPlainArgsBuilder.() -> Unit): GetFeatureIamPolicyResult
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(argument: suspend GetMembershipPlainArgsBuilder.() -> Unit): GetMembershipResult
suspend fun getMembership(location: String, membershipId: String, project: String? = null): GetMembershipResult
Link copied to clipboard
suspend fun getMembershipIamPolicy(argument: GetMembershipIamPolicyPlainArgs): GetMembershipIamPolicyResult
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(argument: suspend GetMembershipIamPolicyPlainArgsBuilder.() -> Unit): GetMembershipIamPolicyResult
suspend fun getMembershipIamPolicy(location: String, membershipId: String, optionsRequestedPolicyVersion: Int? = null, project: String? = null): GetMembershipIamPolicyResult
Link copied to clipboard
Returns the details of a Scope.