| | | 1 | | // Copyright (c) Microsoft Corporation. All rights reserved. |
| | | 2 | | // Licensed under the MIT License. |
| | | 3 | | |
| | | 4 | | // <auto-generated/> |
| | | 5 | | |
| | | 6 | | #nullable disable |
| | | 7 | | |
| | | 8 | | namespace Azure.Security.KeyVault.Administration.Models |
| | | 9 | | { |
| | | 10 | | /// <summary> Role Definitions filter. </summary> |
| | | 11 | | internal partial class RoleDefinitionFilter |
| | | 12 | | { |
| | | 13 | | /// <summary> Initializes a new instance of RoleDefinitionFilter. </summary> |
| | 0 | 14 | | internal RoleDefinitionFilter() |
| | | 15 | | { |
| | 0 | 16 | | } |
| | | 17 | | |
| | | 18 | | /// <summary> Returns role definition with the specific name. </summary> |
| | 0 | 19 | | public string RoleName { get; } |
| | | 20 | | } |
| | | 21 | | } |