CloudServiceRoleProfileArgs

data class CloudServiceRoleProfileArgs(val roles: Output<List<CloudServiceRoleProfilePropertiesArgs>>? = null) : ConvertibleToJava<CloudServiceRoleProfileArgs>

Describes the role profile for the cloud service.

Constructors

Link copied to clipboard
constructor(roles: Output<List<CloudServiceRoleProfilePropertiesArgs>>? = null)

Properties

Link copied to clipboard

List of roles for the cloud service.

Functions

Link copied to clipboard
open override fun toJava(): CloudServiceRoleProfileArgs