class AzureProperties extends Model (View source)

Properties

string $application
string $clientId
string $customerTenantId
string $federatedApplicationClientId
string $identity
string $objectId
string $redirectUri

Methods

setApplication($application)

No description

string
getApplication()

No description

setClientId($clientId)

No description

string
getClientId()

No description

setCustomerTenantId($customerTenantId)

No description

string
getCustomerTenantId()

No description

setFederatedApplicationClientId($federatedApplicationClientId)

No description

string
setIdentity($identity)

No description

string
getIdentity()

No description

setObjectId($objectId)

No description

string
getObjectId()

No description

setRedirectUri($redirectUri)

No description

string
getRedirectUri()

No description

Details

setApplication($application)

No description

Parameters

$application

string getApplication()

No description

Return Value

string

setClientId($clientId)

No description

Parameters

$clientId

string getClientId()

No description

Return Value

string

setCustomerTenantId($customerTenantId)

No description

Parameters

$customerTenantId

string getCustomerTenantId()

No description

Return Value

string

setFederatedApplicationClientId($federatedApplicationClientId)

No description

Parameters

$federatedApplicationClientId

string getFederatedApplicationClientId()

No description

Return Value

string

setIdentity($identity)

No description

Parameters

$identity

string getIdentity()

No description

Return Value

string

setObjectId($objectId)

No description

Parameters

$objectId

string getObjectId()

No description

Return Value

string

setRedirectUri($redirectUri)

No description

Parameters

$redirectUri

string getRedirectUri()

No description

Return Value

string