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

Parameters

location
project
scopeId

See also


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

Return

null

Parameters

argument

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

See also