import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataZiaAdminUsersConfig extends cdktf.TerraformMetaArguments { /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/zscaler/zia/4.6.5/docs/data-sources/admin_users#id DataZiaAdminUsers#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: number; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/zscaler/zia/4.6.5/docs/data-sources/admin_users#login_name DataZiaAdminUsers#login_name} */ readonly loginName?: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/zscaler/zia/4.6.5/docs/data-sources/admin_users#username DataZiaAdminUsers#username} */ readonly username?: string; } export interface DataZiaAdminUsersAdminScopeScopeEntities { } export declare function dataZiaAdminUsersAdminScopeScopeEntitiesToTerraform(struct?: DataZiaAdminUsersAdminScopeScopeEntities): any; export declare function dataZiaAdminUsersAdminScopeScopeEntitiesToHclTerraform(struct?: DataZiaAdminUsersAdminScopeScopeEntities): any; export declare class DataZiaAdminUsersAdminScopeScopeEntitiesOutputReference extends cdktf.ComplexObject { private isEmptyObject; /** * @param terraformResource The parent resource * @param terraformAttribute The attribute on the parent resource this class is referencing * @param complexObjectIndex the index of this item in the list * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index) */ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean); get internalValue(): DataZiaAdminUsersAdminScopeScopeEntities | undefined; set internalValue(value: DataZiaAdminUsersAdminScopeScopeEntities | undefined); private _extensions; get extensions(): any; get id(): any; get name(): any; } export declare class DataZiaAdminUsersAdminScopeScopeEntitiesList extends cdktf.ComplexList { protected terraformResource: cdktf.IInterpolatingParent; protected terraformAttribute: string; protected wrapsSet: boolean; /** * @param terraformResource The parent resource * @param terraformAttribute The attribute on the parent resource this class is referencing * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index) */ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean); /** * @param index the index of the item to return */ get(index: number): DataZiaAdminUsersAdminScopeScopeEntitiesOutputReference; } export interface DataZiaAdminUsersAdminScopeScopeGroupMemberEntities { } export declare function dataZiaAdminUsersAdminScopeScopeGroupMemberEntitiesToTerraform(struct?: DataZiaAdminUsersAdminScopeScopeGroupMemberEntities): any; export declare function dataZiaAdminUsersAdminScopeScopeGroupMemberEntitiesToHclTerraform(struct?: DataZiaAdminUsersAdminScopeScopeGroupMemberEntities): any; export declare class DataZiaAdminUsersAdminScopeScopeGroupMemberEntitiesOutputReference extends cdktf.ComplexObject { private isEmptyObject; /** * @param terraformResource The parent resource * @param terraformAttribute The attribute on the parent resource this class is referencing * @param complexObjectIndex the index of this item in the list * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index) */ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean); get internalValue(): DataZiaAdminUsersAdminScopeScopeGroupMemberEntities | undefined; set internalValue(value: DataZiaAdminUsersAdminScopeScopeGroupMemberEntities | undefined); private _extensions; get extensions(): any; get id(): any; get name(): any; } export declare class DataZiaAdminUsersAdminScopeScopeGroupMemberEntitiesList extends cdktf.ComplexList { protected terraformResource: cdktf.IInterpolatingParent; protected terraformAttribute: string; protected wrapsSet: boolean; /** * @param terraformResource The parent resource * @param terraformAttribute The attribute on the parent resource this class is referencing * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index) */ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean); /** * @param index the index of the item to return */ get(index: number): DataZiaAdminUsersAdminScopeScopeGroupMemberEntitiesOutputReference; } export interface DataZiaAdminUsersAdminScope { } export declare function dataZiaAdminUsersAdminScopeToTerraform(struct?: DataZiaAdminUsersAdminScope): any; export declare function dataZiaAdminUsersAdminScopeToHclTerraform(struct?: DataZiaAdminUsersAdminScope): any; export declare class DataZiaAdminUsersAdminScopeOutputReference extends cdktf.ComplexObject { private isEmptyObject; /** * @param terraformResource The parent resource * @param terraformAttribute The attribute on the parent resource this class is referencing * @param complexObjectIndex the index of this item in the list * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index) */ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean); get internalValue(): DataZiaAdminUsersAdminScope | undefined; set internalValue(value: DataZiaAdminUsersAdminScope | undefined); private _scopeEntities; get scopeEntities(): DataZiaAdminUsersAdminScopeScopeEntitiesList; private _scopeGroupMemberEntities; get scopeGroupMemberEntities(): DataZiaAdminUsersAdminScopeScopeGroupMemberEntitiesList; get type(): any; } export declare class DataZiaAdminUsersAdminScopeList extends cdktf.ComplexList { protected terraformResource: cdktf.IInterpolatingParent; protected terraformAttribute: string; protected wrapsSet: boolean; /** * @param terraformResource The parent resource * @param terraformAttribute The attribute on the parent resource this class is referencing * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index) */ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean); /** * @param index the index of the item to return */ get(index: number): DataZiaAdminUsersAdminScopeOutputReference; } export interface DataZiaAdminUsersExecMobileAppTokens { } export declare function dataZiaAdminUsersExecMobileAppTokensToTerraform(struct?: DataZiaAdminUsersExecMobileAppTokens): any; export declare function dataZiaAdminUsersExecMobileAppTokensToHclTerraform(struct?: DataZiaAdminUsersExecMobileAppTokens): any; export declare class DataZiaAdminUsersExecMobileAppTokensOutputReference extends cdktf.ComplexObject { private isEmptyObject; /** * @param terraformResource The parent resource * @param terraformAttribute The attribute on the parent resource this class is referencing * @param complexObjectIndex the index of this item in the list * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index) */ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean); get internalValue(): DataZiaAdminUsersExecMobileAppTokens | undefined; set internalValue(value: DataZiaAdminUsersExecMobileAppTokens | undefined); get cloud(): any; get createTime(): any; get deviceId(): any; get deviceName(): any; get name(): any; get orgId(): any; get token(): any; get tokenExpiry(): any; get tokenId(): any; } export declare class DataZiaAdminUsersExecMobileAppTokensList extends cdktf.ComplexList { protected terraformResource: cdktf.IInterpolatingParent; protected terraformAttribute: string; protected wrapsSet: boolean; /** * @param terraformResource The parent resource * @param terraformAttribute The attribute on the parent resource this class is referencing * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index) */ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean); /** * @param index the index of the item to return */ get(index: number): DataZiaAdminUsersExecMobileAppTokensOutputReference; } export interface DataZiaAdminUsersRole { } export declare function dataZiaAdminUsersRoleToTerraform(struct?: DataZiaAdminUsersRole): any; export declare function dataZiaAdminUsersRoleToHclTerraform(struct?: DataZiaAdminUsersRole): any; export declare class DataZiaAdminUsersRoleOutputReference extends cdktf.ComplexObject { private isEmptyObject; /** * @param terraformResource The parent resource * @param terraformAttribute The attribute on the parent resource this class is referencing * @param complexObjectIndex the index of this item in the list * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index) */ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean); get internalValue(): DataZiaAdminUsersRole | undefined; set internalValue(value: DataZiaAdminUsersRole | undefined); private _extensions; get extensions(): any; get id(): any; get name(): any; } export declare class DataZiaAdminUsersRoleList extends cdktf.ComplexList { protected terraformResource: cdktf.IInterpolatingParent; protected terraformAttribute: string; protected wrapsSet: boolean; /** * @param terraformResource The parent resource * @param terraformAttribute The attribute on the parent resource this class is referencing * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index) */ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean); /** * @param index the index of the item to return */ get(index: number): DataZiaAdminUsersRoleOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/zscaler/zia/4.6.5/docs/data-sources/admin_users zia_admin_users} */ export declare class DataZiaAdminUsers extends cdktf.TerraformDataSource { static readonly tfResourceType = "zia_admin_users"; /** * Generates CDKTF code for importing a DataZiaAdminUsers resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataZiaAdminUsers to import * @param importFromId The id of the existing DataZiaAdminUsers that should be imported. Refer to the {@link https://registry.terraform.io/providers/zscaler/zia/4.6.5/docs/data-sources/admin_users#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataZiaAdminUsers to import is found */ static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider): any; /** * Create a new {@link https://registry.terraform.io/providers/zscaler/zia/4.6.5/docs/data-sources/admin_users zia_admin_users} Data Source * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope * @param options DataZiaAdminUsersConfig = {} */ constructor(scope: Construct, id: string, config?: DataZiaAdminUsersConfig); private _adminScope; get adminScope(): DataZiaAdminUsersAdminScopeList; get comments(): any; get disabled(): any; get email(): any; private _execMobileAppTokens; get execMobileAppTokens(): DataZiaAdminUsersExecMobileAppTokensList; private _id?; get id(): number; set id(value: number); resetId(): void; get idInput(): number; get isAuditor(): any; get isExecMobileAppEnabled(): any; get isNonEditable(): any; get isPasswordExpired(): any; get isPasswordLoginAllowed(): any; get isProductUpdateCommEnabled(): any; get isSecurityReportCommEnabled(): any; get isServiceUpdateCommEnabled(): any; private _loginName?; get loginName(): string; set loginName(value: string); resetLoginName(): void; get loginNameInput(): string; get pwdLastModifiedTime(): any; private _role; get role(): DataZiaAdminUsersRoleList; private _username?; get username(): string; set username(value: string); resetUsername(): void; get usernameInput(): string; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }