Class PartialExportRequestBuilder.PartialExportRequestBuilderPostQueryParameters
- Namespace
- Keycloak.AuthServices.Sdk.Kiota.Admin.Admin.Realms.Item.PartialExport
- Assembly
- Keycloak.AuthServices.Sdk.Kiota.dll
Partial export of existing realm into a JSON file.
public class PartialExportRequestBuilder.PartialExportRequestBuilderPostQueryParameters
- Inheritance
-
PartialExportRequestBuilder.PartialExportRequestBuilderPostQueryParameters
- Inherited Members
Properties
ExportClients
[QueryParameter("exportClients")]
public bool? ExportClients { get; set; }
Property Value
- bool?
ExportGroupsAndRoles
[QueryParameter("exportGroupsAndRoles")]
public bool? ExportGroupsAndRoles { get; set; }
Property Value
- bool?