ListUserAssignedIdentityAssociatedResourcesPlainArgs

data class ListUserAssignedIdentityAssociatedResourcesPlainArgs(val filter: String? = null, val orderby: String? = null, val resourceGroupName: String, val resourceName: String, val skip: Int? = null, val skiptoken: String? = null, val top: Int? = null) : ConvertibleToJava<ListUserAssignedIdentityAssociatedResourcesPlainArgs>

Constructors

constructor(filter: String? = null, orderby: String? = null, resourceGroupName: String, resourceName: String, skip: Int? = null, skiptoken: String? = null, top: Int? = null)

Properties

Link copied to clipboard
val filter: String? = null

OData filter expression to apply to the query.

Link copied to clipboard
val orderby: String? = null

OData orderBy expression to apply to the query.

Link copied to clipboard

The name of the Resource Group to which the identity belongs.

Link copied to clipboard

The name of the identity resource.

Link copied to clipboard
val skip: Int? = null

Number of records to skip.

Link copied to clipboard
val skiptoken: String? = null

A skip token is used to continue retrieving items after an operation returns a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls.

Link copied to clipboard
val top: Int? = null

Number of records to return.

Functions

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