Client Authorization Resource Args
data class ClientAuthorizationResourceArgs(val attributes: Output<Map<String, String>>? = null, val displayName: Output<String>? = null, val iconUri: Output<String>? = null, val name: Output<String>? = null, val ownerManagedAccess: Output<Boolean>? = null, val realmId: Output<String>? = null, val resourceServerId: Output<String>? = null, val scopes: Output<List<String>>? = null, val type: Output<String>? = null, val uris: Output<List<String>>? = null) : ConvertibleToJava<ClientAuthorizationResourceArgs>
Constructors
Link copied to clipboard
constructor(attributes: Output<Map<String, String>>? = null, displayName: Output<String>? = null, iconUri: Output<String>? = null, name: Output<String>? = null, ownerManagedAccess: Output<Boolean>? = null, realmId: Output<String>? = null, resourceServerId: Output<String>? = null, scopes: Output<List<String>>? = null, type: Output<String>? = null, uris: Output<List<String>>? = null)