Package-level declarations

Types

Link copied to clipboard
data class GetAppConnectionIamPolicyPlainArgs(val appConnectionId: String, val location: String, val optionsRequestedPolicyVersion: Int? = null, val project: String? = null) : ConvertibleToJava<GetAppConnectionIamPolicyPlainArgs>
Link copied to clipboard
data class GetAppConnectionPlainArgs(val appConnectionId: String, val location: String, val project: String? = null) : ConvertibleToJava<GetAppConnectionPlainArgs>
Link copied to clipboard
data class GetAppConnectorIamPolicyPlainArgs(val appConnectorId: String, val location: String, val optionsRequestedPolicyVersion: Int? = null, val project: String? = null) : ConvertibleToJava<GetAppConnectorIamPolicyPlainArgs>
Link copied to clipboard
data class GetAppConnectorPlainArgs(val appConnectorId: String, val location: String, val project: String? = null) : ConvertibleToJava<GetAppConnectorPlainArgs>
Link copied to clipboard
data class GetAppGatewayIamPolicyPlainArgs(val appGatewayId: String, val location: String, val optionsRequestedPolicyVersion: Int? = null, val project: String? = null) : ConvertibleToJava<GetAppGatewayIamPolicyPlainArgs>
Link copied to clipboard
data class GetAppGatewayPlainArgs(val appGatewayId: String, val location: String, val project: String? = null) : ConvertibleToJava<GetAppGatewayPlainArgs>
data class GetClientConnectorServiceIamPolicyPlainArgs(val clientConnectorServiceId: String, val location: String, val optionsRequestedPolicyVersion: Int? = null, val project: String? = null) : ConvertibleToJava<GetClientConnectorServiceIamPolicyPlainArgs>
Link copied to clipboard
data class GetClientGatewayIamPolicyPlainArgs(val clientGatewayId: String, val location: String, val optionsRequestedPolicyVersion: Int? = null, val project: String? = null) : ConvertibleToJava<GetClientGatewayIamPolicyPlainArgs>
Link copied to clipboard
data class GetOrganizationTenantIamPolicyPlainArgs(val optionsRequestedPolicyVersion: Int? = null, val organizationId: String, val tenantId: String) : ConvertibleToJava<GetOrganizationTenantIamPolicyPlainArgs>
data class GetOrganizationTenantProxyConfigIamPolicyPlainArgs(val optionsRequestedPolicyVersion: Int? = null, val organizationId: String, val proxyConfigId: String, val tenantId: String) : ConvertibleToJava<GetOrganizationTenantProxyConfigIamPolicyPlainArgs>
data class GoogleCloudBeyondcorpAppconnectionsV1AppConnectionApplicationEndpointArgs(val host: Output<String>, val port: Output<Int>) : ConvertibleToJava<GoogleCloudBeyondcorpAppconnectionsV1AppConnectionApplicationEndpointArgs>

ApplicationEndpoint represents a remote application endpoint.

data class GoogleCloudBeyondcorpAppconnectionsV1AppConnectionGatewayArgs(val appGateway: Output<String>, val type: Output<GoogleCloudBeyondcorpAppconnectionsV1AppConnectionGatewayType>) : ConvertibleToJava<GoogleCloudBeyondcorpAppconnectionsV1AppConnectionGatewayArgs>

Gateway represents a user facing component that serves as an entrance to enable connectivity.

data class GoogleCloudBeyondcorpAppconnectorsV1AppConnectorPrincipalInfoArgs(val serviceAccount: Output<GoogleCloudBeyondcorpAppconnectorsV1AppConnectorPrincipalInfoServiceAccountArgs>? = null) : ConvertibleToJava<GoogleCloudBeyondcorpAppconnectorsV1AppConnectorPrincipalInfoArgs>

PrincipalInfo represents an Identity oneof.

data class GoogleCloudBeyondcorpAppconnectorsV1AppConnectorPrincipalInfoServiceAccountArgs(val email: Output<String>? = null) : ConvertibleToJava<GoogleCloudBeyondcorpAppconnectorsV1AppConnectorPrincipalInfoServiceAccountArgs>

ServiceAccount represents a GCP service account.

data class GoogleCloudBeyondcorpAppconnectorsV1ResourceInfoArgs(val id: Output<String>, val resource: Output<Map<String, String>>? = null, val status: Output<GoogleCloudBeyondcorpAppconnectorsV1ResourceInfoStatus>? = null, val sub: Output<List<GoogleCloudBeyondcorpAppconnectorsV1ResourceInfoArgs>>? = null, val time: Output<String>? = null) : ConvertibleToJava<GoogleCloudBeyondcorpAppconnectorsV1ResourceInfoArgs>

ResourceInfo represents the information/status of an app connector resource. Such as: - remote_agent - container - runtime - appgateway - appconnector - appconnection - tunnel - logagent

Link copied to clipboard
data class GoogleIamV1AuditConfigArgs(val auditLogConfigs: Output<List<GoogleIamV1AuditLogConfigArgs>>? = null, val service: Output<String>? = null) : ConvertibleToJava<GoogleIamV1AuditConfigArgs>

Specifies the audit configuration for a service. The configuration determines which permission types are logged, and what identities, if any, are exempted from logging. An AuditConfig must have one or more AuditLogConfigs. If there are AuditConfigs for both allServices and a specific service, the union of the two AuditConfigs is used for that service: the log_types specified in each AuditConfig are enabled, and the exempted_members in each AuditLogConfig are exempted. Example Policy with multiple AuditConfigs: { "audit_configs": [ { "service": "allServices", "audit_log_configs": [ { "log_type": "DATA_READ", "exempted_members": "user:jose@example.com" }, { "log_type": "DATA_WRITE" }, { "log_type": "ADMIN_READ" } ] }, { "service": "sampleservice.googleapis.com", "audit_log_configs": [ { "log_type": "DATA_READ" }, { "log_type": "DATA_WRITE", "exempted_members": "user:aliya@example.com" } ] } ] } For sampleservice, this policy enables DATA_READ, DATA_WRITE and ADMIN_READ logging. It also exempts jose@example.com from DATA_READ logging, and aliya@example.com from DATA_WRITE logging.

Link copied to clipboard
data class GoogleIamV1AuditLogConfigArgs(val exemptedMembers: Output<List<String>>? = null, val logType: Output<GoogleIamV1AuditLogConfigLogType>? = null) : ConvertibleToJava<GoogleIamV1AuditLogConfigArgs>

Provides the configuration for logging a type of permissions. Example: { "audit_log_configs": [ { "log_type": "DATA_READ", "exempted_members": "user:jose@example.com" }, { "log_type": "DATA_WRITE" } ] } This enables 'DATA_READ' and 'DATA_WRITE' logging, while exempting jose@example.com from DATA_READ logging.

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

Associates members, or principals, with a role.

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

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