public class DeleteIdpDepartmentRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
departmentId
This parameter is required.
|
String |
idpConfigId
This parameter is required.
|
构造器和说明 |
---|
DeleteIdpDepartmentRequest() |
限定符和类型 | 方法和说明 |
---|---|
static DeleteIdpDepartmentRequest |
build(Map<String,?> map) |
String |
getDepartmentId() |
String |
getIdpConfigId() |
DeleteIdpDepartmentRequest |
setDepartmentId(String departmentId) |
DeleteIdpDepartmentRequest |
setIdpConfigId(String idpConfigId) |
@NameInMap(value="DepartmentId") public String departmentId
This parameter is required.
example:10829
@NameInMap(value="IdpConfigId") public String idpConfigId
This parameter is required.
example:507
public static DeleteIdpDepartmentRequest build(Map<String,?> map) throws Exception
Exception
public DeleteIdpDepartmentRequest setDepartmentId(String departmentId)
public String getDepartmentId()
public DeleteIdpDepartmentRequest setIdpConfigId(String idpConfigId)
public String getIdpConfigId()
Copyright © 2024. All rights reserved.