Package-level declarations

Types

data class AccessApprovalSettingsEnrolledServiceArgs(val cloudProduct: Output<String>, val enrollmentLevel: Output<String>? = null) : ConvertibleToJava<AccessApprovalSettingsEnrolledServiceArgs>
data class ApiKeyRestrictionsAndroidKeyRestrictionsAllowedApplicationArgs(val packageName: Output<String>, val sha1Fingerprint: Output<String>) : ConvertibleToJava<ApiKeyRestrictionsAndroidKeyRestrictionsAllowedApplicationArgs>
data class ApiKeyRestrictionsAndroidKeyRestrictionsArgs(val allowedApplications: Output<List<ApiKeyRestrictionsAndroidKeyRestrictionsAllowedApplicationArgs>>) : ConvertibleToJava<ApiKeyRestrictionsAndroidKeyRestrictionsArgs>
Link copied to clipboard
data class ApiKeyRestrictionsApiTargetArgs(val methods: Output<List<String>>? = null, val service: Output<String>) : ConvertibleToJava<ApiKeyRestrictionsApiTargetArgs>
Link copied to clipboard
data class ApiKeyRestrictionsArgs(val androidKeyRestrictions: Output<ApiKeyRestrictionsAndroidKeyRestrictionsArgs>? = null, val apiTargets: Output<List<ApiKeyRestrictionsApiTargetArgs>>? = null, val browserKeyRestrictions: Output<ApiKeyRestrictionsBrowserKeyRestrictionsArgs>? = null, val iosKeyRestrictions: Output<ApiKeyRestrictionsIosKeyRestrictionsArgs>? = null, val serverKeyRestrictions: Output<ApiKeyRestrictionsServerKeyRestrictionsArgs>? = null) : ConvertibleToJava<ApiKeyRestrictionsArgs>
data class ApiKeyRestrictionsBrowserKeyRestrictionsArgs(val allowedReferrers: Output<List<String>>) : ConvertibleToJava<ApiKeyRestrictionsBrowserKeyRestrictionsArgs>
Link copied to clipboard
data class ApiKeyRestrictionsIosKeyRestrictionsArgs(val allowedBundleIds: Output<List<String>>) : ConvertibleToJava<ApiKeyRestrictionsIosKeyRestrictionsArgs>
data class ApiKeyRestrictionsServerKeyRestrictionsArgs(val allowedIps: Output<List<String>>) : ConvertibleToJava<ApiKeyRestrictionsServerKeyRestrictionsArgs>
Link copied to clipboard
data class GetAncestryPlainArgs(val project: String? = null) : ConvertibleToJava<GetAncestryPlainArgs>

A collection of arguments for invoking getAncestry.

Link copied to clipboard
data class GetIamCustomRolePlainArgs(val project: String? = null, val roleId: String) : ConvertibleToJava<GetIamCustomRolePlainArgs>

A collection of arguments for invoking getIamCustomRole.

Link copied to clipboard
data class GetIamCustomRolesPlainArgs(val project: String? = null, val showDeleted: Boolean? = null, val view: String? = null) : ConvertibleToJava<GetIamCustomRolesPlainArgs>

A collection of arguments for invoking getIamCustomRoles.

Link copied to clipboard
data class GetIamPolicyPlainArgs(val project: String) : ConvertibleToJava<GetIamPolicyPlainArgs>

A collection of arguments for invoking getIamPolicy.

Link copied to clipboard
data class GetOrganizationPolicyPlainArgs(val constraint: String, val project: String) : ConvertibleToJava<GetOrganizationPolicyPlainArgs>

A collection of arguments for invoking getOrganizationPolicy.

Link copied to clipboard
data class GetProjectPlainArgs(val filter: String) : ConvertibleToJava<GetProjectPlainArgs>

A collection of arguments for invoking getProject.

Link copied to clipboard
data class GetProjectServicePlainArgs(val project: String? = null, val service: String) : ConvertibleToJava<GetProjectServicePlainArgs>

A collection of arguments for invoking getProjectService.

Link copied to clipboard
data class IAMAuditConfigAuditLogConfigArgs(val exemptedMembers: Output<List<String>>? = null, val logType: Output<String>) : ConvertibleToJava<IAMAuditConfigAuditLogConfigArgs>
Link copied to clipboard
data class IAMBindingConditionArgs(val description: Output<String>? = null, val expression: Output<String>, val title: Output<String>) : ConvertibleToJava<IAMBindingConditionArgs>
Link copied to clipboard
data class IAMMemberConditionArgs(val description: Output<String>? = null, val expression: Output<String>, val title: Output<String>) : ConvertibleToJava<IAMMemberConditionArgs>
Link copied to clipboard
data class OrganizationPolicyBooleanPolicyArgs(val enforced: Output<Boolean>) : ConvertibleToJava<OrganizationPolicyBooleanPolicyArgs>
Link copied to clipboard
data class OrganizationPolicyListPolicyAllowArgs(val all: Output<Boolean>? = null, val values: Output<List<String>>? = null) : ConvertibleToJava<OrganizationPolicyListPolicyAllowArgs>
Link copied to clipboard
data class OrganizationPolicyListPolicyArgs(val allow: Output<OrganizationPolicyListPolicyAllowArgs>? = null, val deny: Output<OrganizationPolicyListPolicyDenyArgs>? = null, val inheritFromParent: Output<Boolean>? = null, val suggestedValue: Output<String>? = null) : ConvertibleToJava<OrganizationPolicyListPolicyArgs>
Link copied to clipboard
data class OrganizationPolicyListPolicyDenyArgs(val all: Output<Boolean>? = null, val values: Output<List<String>>? = null) : ConvertibleToJava<OrganizationPolicyListPolicyDenyArgs>
Link copied to clipboard
data class OrganizationPolicyRestorePolicyArgs(val default: Output<Boolean>) : ConvertibleToJava<OrganizationPolicyRestorePolicyArgs>