getScope

suspend fun getScope(argument: GetScopePlainArgs): GetScopeResult

Returns the details of a Scope.

Return

null

Parameters

argument

null


suspend fun getScope(location: String, project: String? = null, scopeId: String): GetScopeResult

Return

null

See also

Parameters

location
project
scopeId

suspend fun getScope(argument: suspend GetScopePlainArgsBuilder.() -> Unit): GetScopeResult

Return

null

See also

Parameters

argument

Builder for com.pulumi.googlenative.gkehub.v1alpha.kotlin.inputs.GetScopePlainArgs.