Package-level declarations

Types

Link copied to clipboard
data class BindingArgs(val condition: Output<ExprArgs>? = null, val members: Output<List<String>>? = null, val role: Output<String>? = null) : ConvertibleToJava<BindingArgs>

Associates members, or principals, with a role.

Link copied to clipboard
Link copied to clipboard
data class ExprArgs(val description: Output<String>? = null, val expression: Output<String>? = null, val location: Output<String>? = null, val title: Output<String>? = null) : ConvertibleToJava<ExprArgs>

Represents a textual expression in the Common Expression Language (CEL) syntax. CEL is a C-like expression language. The syntax and semantics of CEL are documented at https://github.com/google/cel-spec. Example (Comparison): title: "Summary size limit" description: "Determines if a summary is less than 100 chars" expression: "document.summary.size() < 100" Example (Equality): title: "Requestor is owner" description: "Determines if requestor is the document owner" expression: "document.owner == request.auth.claims.email" Example (Logic): title: "Public documents" description: "Determine whether the document should be publicly visible" expression: "document.type != 'private' && document.type != 'internal'" Example (Data Manipulation): title: "Notification string" description: "Create a notification string with a timestamp." expression: "'New message received at ' + string(document.create_time)" The exact variables and functions that may be referenced within an expression are determined by the service that evaluates it. See the service documentation for additional information.

Link copied to clipboard

Builder for ExprArgs.

Link copied to clipboard
data class GetEndpointPlainArgs(val endpointId: String, val location: String, val namespaceId: String, val project: String? = null, val serviceId: String) : ConvertibleToJava<GetEndpointPlainArgs>
Link copied to clipboard
data class GetNamespaceIamPolicyPlainArgs(val location: String, val namespaceId: String, val project: String? = null) : ConvertibleToJava<GetNamespaceIamPolicyPlainArgs>
Link copied to clipboard
data class GetNamespacePlainArgs(val location: String, val namespaceId: String, val project: String? = null) : ConvertibleToJava<GetNamespacePlainArgs>
Link copied to clipboard
data class GetNamespaceServiceIamPolicyPlainArgs(val location: String, val namespaceId: String, val project: String? = null, val serviceId: String) : ConvertibleToJava<GetNamespaceServiceIamPolicyPlainArgs>
data class GetNamespaceServiceWorkloadIamPolicyPlainArgs(val location: String, val namespaceId: String, val project: String? = null, val serviceWorkloadId: String) : ConvertibleToJava<GetNamespaceServiceWorkloadIamPolicyPlainArgs>
Link copied to clipboard
data class GetNamespaceWorkloadIamPolicyPlainArgs(val location: String, val namespaceId: String, val project: String? = null, val workloadId: String) : ConvertibleToJava<GetNamespaceWorkloadIamPolicyPlainArgs>
Link copied to clipboard
data class GetRegistrationPolicyIamPolicyPlainArgs(val location: String, val project: String? = null, val registrationPolicyId: String) : ConvertibleToJava<GetRegistrationPolicyIamPolicyPlainArgs>
Link copied to clipboard
data class GetServicePlainArgs(val location: String, val namespaceId: String, val project: String? = null, val serviceId: String) : ConvertibleToJava<GetServicePlainArgs>