Class TrustedAccessRoleRule
java.lang.Object
com.azure.resourcemanager.containerservice.models.TrustedAccessRoleRule
Rule for trusted access role.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the apiGroups property: List of allowed apiGroups.Get the nonResourceUrls property: List of allowed nonResourceURLs.Get the resourceNames property: List of allowed names.Get the resources property: List of allowed resources.voidvalidate()Validates the instance.verbs()Get the verbs property: List of allowed verbs.
-
Constructor Details
-
TrustedAccessRoleRule
public TrustedAccessRoleRule()Creates an instance of TrustedAccessRoleRule class.
-
-
Method Details
-
verbs
Get the verbs property: List of allowed verbs.- Returns:
- the verbs value.
-
apiGroups
Get the apiGroups property: List of allowed apiGroups.- Returns:
- the apiGroups value.
-
resources
Get the resources property: List of allowed resources.- Returns:
- the resources value.
-
resourceNames
Get the resourceNames property: List of allowed names.- Returns:
- the resourceNames value.
-
nonResourceUrls
Get the nonResourceUrls property: List of allowed nonResourceURLs.- Returns:
- the nonResourceUrls value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-