Package-level declarations

Types

Link copied to clipboard
data class BackendRoleAzureGroup(val groupName: String, val objectId: String? = null)
Link copied to clipboard
data class BackendRoleAzureRole(val roleId: String? = null, val roleName: String? = null, val scope: String)
Link copied to clipboard
data class GetAccessCredentialsResult(val backend: String, val clientId: String, val clientSecret: String, val environment: String? = null, val id: String, val leaseDuration: Int, val leaseId: String, val leaseRenewable: Boolean, val leaseStartTime: String, val maxCredValidationSeconds: Int? = null, val namespace: String? = null, val numSecondsBetweenTests: Int? = null, val numSequentialSuccesses: Int? = null, val role: String, val subscriptionId: String? = null, val tenantId: String? = null, val validateCreds: Boolean? = null)

A collection of values returned by getAccessCredentials.